net.netFD.Close (method, view implemented interface methods)

15 uses

	net (current package)
		fd_posix.go#L32: 	runtime.SetFinalizer(fd, (*netFD).Close)
		fd_posix.go#L35: func (fd *netFD) Close() error {
		fd_unix.go#L114: 				fd.Close() // prevent a leak
		fd_unix.go#L185: 		netfd.Close()
		file_unix.go#L63: 		fd.Close()
		file_unix.go#L85: 	fd.Close()
		file_unix.go#L100: 	fd.Close()
		file_unix.go#L117: 	fd.Close()
		net.go#L203: 	err := c.fd.Close()
		sock_posix.go#L58: 				fd.Close()
		sock_posix.go#L64: 				fd.Close()
		sock_posix.go#L71: 		fd.Close()
		tcpsock_posix.go#L106: 			fd.Close()
		tcpsock_posix.go#L160: 	return ln.fd.Close()
		unixsock_posix.go#L196: 	return ln.fd.Close()